Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to get refNames for a track in the "About track" panel #3992

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

cmdcolin
Copy link
Collaborator

Example proposal
image

The ref name panel is hidden by default, but can optionally be shown by clicking the "Show ref names" button. It may help address cases where users have "blank" tracks...we can instruct users to investigate the about track panel

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label Oct 18, 2023
@cmdcolin cmdcolin added enhancement New feature or request and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels Oct 18, 2023
@cmdcolin cmdcolin force-pushed the get_refname_tracks branch 2 times, most recently from 2a1dfcf to 71e4c9c Compare October 18, 2023 20:06
@cmdcolin
Copy link
Collaborator Author

actually changed it so it is visible always, because the UI behavior for it being conditionally hidden, determined by a button at the top of the panel, doesn't work well for lengthy about panels

@cmdcolin
Copy link
Collaborator Author

updated so that it is a separate dialog

Screenshot 2024-04-12 at 4 39 16 PM

@cmdcolin
Copy link
Collaborator Author

I now make it so that there is a "show refnames" button that pops up a new dialog. This avoids the issue of the extra panel being too low and off-screen which was my on-going concern with this PR

image

image

this PR does not attempt to automatically show the user if their track is blank, but provides an avenue where they can potentially debug without resorting to misc command line tools

@cmdcolin
Copy link
Collaborator Author

this now works on synteny adapters, where it actually requires the assembly name to be passed to the getRefNames function

@cmdcolin cmdcolin merged commit be77b18 into main Jun 4, 2024
10 checks passed
@cmdcolin cmdcolin deleted the get_refname_tracks branch June 4, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant